home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / cbm / 2166 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.8 KB

  1. Path: crl9.crl.com!not-for-mail
  2. From: ceejack@crl.com (Jack Vander White)
  3. Newsgroups: comp.sys.cbm
  4. Subject: Re: 1571
  5. Date: 8 Feb 1996 09:53:37 -0800
  6. Organization: Humanity Against Late-Night Infomercials
  7. Message-ID: <4fddb1$30o@crl9.crl.com>
  8. References: <4f6jo1$ub8@news.magick.net>
  9. NNTP-Posting-Host: crl9.crl.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Denise Fields (dfields@gp.magick.net) wrote:
  13. : OK, another dumb question.  Does the 1571 read both sides without 
  14. : flopping a disk??  know some PC's do that, and yes i read my 'book', but 
  15. : do not know what it is tlling me, I guess.  Have only used 1541's before, 
  16. : and just realized from stuff I read here that the 1571 has 2 heads?  The 
  17. : better to read you with (my dear9 to paraphrase???Or just to go bonkers?
  18.  
  19. There are several parts to that answer.
  20.   
  21. 1. Yes, the 1571 is capable of reading both sides of a disk.
  22.   
  23. 2. On a 128 in 128 mode if you format a disk it will format in double 
  24. sided mode and have twice as many blocks as a 1541 disk.
  25.   
  26. 3. On a 64, or if you go to 64 mode on a 128 by holding down the logo 
  27. key at startup It will switch to 1541 mode and read only one side. 
  28. If you format a disk in this mode it will format as a 1541 single sided
  29. disk.
  30.  
  31. 4. It will not, in either 64 or 128 mode read the second side of a 1541
  32. disk that was formatted by flipping it over unless you flip it over.
  33.   
  34. 5. There are a set of commands called "U" commands for the 1571 that
  35. you need to learn.
  36.  
  37. D#=Device Number, substitute the device number your 1571 is using for this.
  38.    
  39. SET 1541 MODE    OPEN 15,D#,15,"U0>M0":CLOSE 15
  40. SET 1571 MODE    OPEN 15,D#,15,"U0>M1":CLOSE 15
  41. SET to HEAD #0   OPEN 15,D#,15,"U0>H0":CLOSE 15
  42. SET to HEAD #1   OPEN 15,D#,15,"U0>H1":CLOSE 15
  43.   
  44. If you set to 1571 mode in either 128 or 64 mode it will read, write and 
  45. format the disk as a double sided 1571 disk with twice as many blocks.
  46. However, you can still only have 144 files on the disk.
  47.   
  48. If you set to 1541 mode in either 128 or 64 mode it will read, write and
  49. format the disk as a single sided 1541 disk. If you then set it to Head
  50. #0 and format and then set it to head #1 and format it will format each
  51. side as a 1541 disk and you can store 144 files on each side. However,
  52. what you put on side 2 can not be accessed by a 1541 disk drive. It will
  53. be recorded backwards to the way a 1541 reads.
  54.    
  55. There are several reasons why the use of the above is not recommended:
  56.  
  57. 1. Some early 1571 ROMS have trouble accessing side 2. 
  58. 2. When using a program it will cause problems unless the program is
  59. set up to handle disks formatted this way.
  60. 3. There are very few copy programs that can copy data from/to disks
  61. formatted this way.
  62.   
  63.  
  64. : told you it was a dumb question...but do need an answer.  
  65.  
  66. The only dumb question is the one you don't ask because you think 
  67. it's dumb.
  68.  
  69. Jack VW
  70.   
  71.  
  72.